Support hints in the :repeat keyword of defvar-keymap for repeat-mode
authorJuri Linkov <juri@linkov.net>
Thu, 2 May 2024 06:46:48 +0000 (09:46 +0300)
committerJuri Linkov <juri@linkov.net>
Thu, 2 May 2024 06:46:48 +0000 (09:46 +0300)
commit0023891e84285c2ea2a8029f479135f792c9d1e9
treeb18b83b86a161646f1b1a3ffb813ec22cdf830b6
parenta1613505e24e8d5eae79b130809d217b1db23065
Support hints in the :repeat keyword of defvar-keymap for repeat-mode

* lisp/keymap.el (defvar-keymap): Add :hints to the :repeat keyword.
Put the property 'repeat-hint' on the command symbol.

* lisp/repeat.el (repeat-echo-message-string): Show hint strings
defined with the property 'repeat-hint' on the command symbol (bug#70576).
etc/NEWS
lisp/keymap.el
lisp/repeat.el